home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / libry51.zip / LIBRY9.DOC < prev   
Text File  |  1989-11-10  |  16KB  |  397 lines

  1. .PA
  2.                        ALPHABETICAL LISTING OF ROUTINES
  3.  
  4. ADATE.... fetch the date
  5. AERF..... arc-error function
  6. APOLY.... area of a polygon
  7. ARROW.... draw an arrowhead
  8. ASCII.... used internally
  9. ATIME.... fetch the time of day
  10. BARST.... ** used internally **
  11. BCLOSE... binary file close
  12. BCREAT... binary file open (status='unknown')
  13. BEEP..... beep (sound a tone)
  14. BETA..... complete beta function
  15. BETAR.... incomplete beta function
  16. BFNL1.... used internally
  17. BFNL2.... used internally
  18. BFNLD1... used internally
  19. BFNLD2... used internally
  20. BFNLQ.... brute force method for nonlinear simultaneous equations (see BRYDN)
  21. BFNLQD... double precision version of BFNLQ (see BRYDN)
  22. BINML.... binomial coefficient
  23. BKREAD... ** used internally **
  24. BMFP..... move binary file pointer
  25. BOPEN.... binary file open (status='old')
  26. BOX...... draw a box
  27. BPURGE... binary file purge/delete
  28. BREAD.... binary file read
  29. BRYD1.... ** used internally **
  30. BRYD2.... ** used internally **
  31. BRYD3.... ** used internally **
  32. BRYDD1... ** used internally **
  33. BRYDD2... ** used internally **
  34. BRYDD3... ** used internally **
  35. BRYDN.... modified Broyden's method for nonlinear simultaneous equations
  36. BRYDND... double precision version of BRYDN
  37. BWRITE... binary file write
  38. C26XX.... ** used internally **
  39. C4107.... ** used internally **
  40. CHEBY.... Chebyshev polynomial of N-th degree
  41. CHNGP0... change air pressure
  42. CIRCL.... draw a circle (or part of a circle)
  43. CLAMP.... vector clamp (min/max)
  44. CLEAR1... clear one line on the CRT and move cursor to column 1
  45. CLTYPE... ** used internally **
  46. COLOR.... change color or pen
  47. CONJ1.... ** used internally **
  48. CONJ2.... ** used internally **
  49. CONJD1... ** used internally **
  50. CONJD2... ** used internally **
  51. CONJG.... conjugate gradient method for nonlinear simultaneous equations (see
  52. BRYDN)
  53. CONJGD... double precision version of CONJG (see BRYDN)
  54. CPCMGA... ** used internally **
  55. CPFOFT... constant pressure specific heat of saturated liquid water
  56. CPGOFT... constant pressure specific heat of saturated vapor water
  57. CPU...... fetch the time (also see SECNDS)
  58. CRT1C.... write one character to the CRT
  59. CRT1D.... write one dot to the CRT in graphics mode
  60. CSET..... set all the characters in a string
  61. CUBIC.... solve a cubic equation
  62. CUBICD... double precision form of CUBIC
  63. DCLAMP... double precision vector clamp (min/max)
  64. DEC0DE... decode an array of reals contained in a character string
  65. DERF..... double precision error function
  66. DERFC.... double precision complementary error function
  67. DEXPI.... double precision exponential integral
  68. DHORNE... double precision Horner's method for a polynomial
  69. DIRNXT... get next entry in directory
  70. DIRSET... set up for directory search
  71. DRAW1.... ** used internally **
  72. DRAW2.... ** used internally **
  73. DUMPIT... dump the graphics buffer
  74. DVABS.... double precision absolute value of a vector
  75. DVADD.... double precision vector addition
  76. DVDIV.... double precision vector division
  77. DVDOT.... double precision vector dot product
  78. DVFOFT... dynamic viscosity of saturated liquid water
  79. DVGOFT... dynamic viscosity of saturated vapor water
  80. DVMAB.... double precision maximum absolute value of a vector
  81. DVMAX.... double precision maximum value of a vector
  82. DVMIB.... double precision minimum absolute value of a vector
  83. DVMIN.... double precision minimum value of a vector
  84. DVMIX.... double precision vector indexed move (type 1) useful in FEM analysis
  85. DVMOV.... double precision move (copy) a vector
  86. DVMPY.... double precision vector multiply
  87. DVMXI.... double precision vector indexed move (type 2) useful in FEM analysis
  88. DVNRM.... double precision norm of a vector
  89. DVPIV.... double precision vector pivot (combined multiply/add)
  90. DVSAD.... double precision vector-scalar addition
  91. DVSDV.... double precision vector-scalar division
  92. DVSMY.... double precision vector-scalar multiplication
  93. DVSSB.... double precision vector-scalar subtraction
  94. DVSUB.... double precision vector subtraction
  95. DVSUM.... double precision sum of the components of a vector
  96. DVSWP.... double precision vector swap
  97. DWSN..... Dawson's integral
  98. ECLOS.... close random access file
  99. EFILE.... ** used internally **
  100. EOPEN.... open random access file
  101. ERASE.... clear the CRT
  102. EREAD.... read random access file
  103. ERF...... error function
  104. ERFC..... complementary error function
  105. EWRIT.... write random access file
  106. EXEPRG... run a program from within another program
  107. EXPI..... exponential integral
  108. FACT..... factorial
  109. FBKSP1... backspace first sequential access file
  110. FBKSP2... " second "
  111. FBKSP3... " third "
  112. FBKSP4... " fourth "
  113. FCLOS1... close first sequential access file
  114. FCLOS2... " second "
  115. FCLOS3... " third "
  116. FCLOS4... " fourth "
  117. FCLOSH... ** used internally **
  118. FCPM..... constant pressure specific heat of moist air
  119. FDWA..... diffusion coefficient for water into air
  120. FENDF1... end (affix EOF marker to) first sequential access file
  121. FENDF2... " second "
  122. FENDF3... " third "
  123. FENDF4... " fourth "
  124. FEXIST... logical check for file exist
  125. FFPRN.... send a formfeed to the printer
  126. FGQ0I.... numerical integration from zero to infinity
  127. FGQ0ID... double precision form of FGI0I
  128. FGQ1..... numerical integration over definite interval
  129. FGQ1D.... double precision form of FGQ1
  130. FGQ2..... numerical integration over definite interval in 2 dimensions
  131. FGQ2D.... double precision form of FGQ2
  132. FGQ3..... numerical integration over definite interval in 3 dimensions
  133. FGQ3D.... double precision form of FGQ3
  134. FHG...... ** used internally **
  135. FHTWB.... enthalpy of moist air from wet-bulb
  136. FILE1.... ** used internally **
  137. FILE2.... ** used internally **
  138. FILE3.... ** used internally **
  139. FILE4.... ** used internally **
  140. FILEH.... ** used internally **
  141. FIXNAM... ** used internally **
  142. FKA...... ** used internally **
  143. FKL...... ** used internally **
  144. FKM...... thermal conductivity of moist air
  145. FKW...... ** used internally **
  146. FMIN..... find the minimum of a function within an interval
  147. FMIND.... double precision version of FMIN
  148. FMUA..... ** used internally **
  149. FMUL..... ** used internally **
  150. FMUM..... dynamic viscosity of moist air
  151. FMUW..... ** used internally **
  152. FOLD..... case fold a character (a-z folds to A-Z)
  153. FOLDS.... case fold a character string (a-z folds to A-Z)
  154. FOPEN1... open first sequential access file
  155. FOPEN2... " second "
  156. FOPEN3... " third "
  157. FOPEN4... " fourth "
  158. FOPENH... ** used internally **
  159. FPG...... normal probability distribution in percent
  160. FPSAT.... saturation pressure of steam
  161. FPVDWB... partial pres. of water vapor in moist air from dry- and wet-bulb
  162. FPWSAT... saturation partial pressure of water vapor in air
  163. FREAD1... read first sequential access file
  164. FREAD2... " second "
  165. FREAD3... " third "
  166. FREAD4... " fourth "
  167. FREADH... ** used internally **
  168. FRF...... cubic error function
  169. FRHDWB... relative humidity from dry- and wet-bulb
  170. FRHOL.... density of liquid water at 1 atm.
  171. FRHOM.... density of moist air
  172. FRWND1... rewind first sequential access file
  173. FRWND2... " second "
  174. FRWND3... " third "
  175. FRWND4... " fourth "
  176. FSTW..... surface tension of water
  177. FTC95.... Student's T-distribution for 95% confidence
  178. FTDBHW... dry-bulb from enthalpy and humidity
  179. FTDPDW... dew-point from dry- and wet-bulb
  180. FTDWBW... dry-bulb from wet-bulb and humidity
  181. FTDWRH... dry-bulb from wet-bulb and relative humidity
  182. FTIME.... fetch character string indicating date and time
  183. FTSAT.... saturation temperature of steam
  184. FTSAT0... ** used internally **
  185. FTWBH.... wet-bulb from enthalpy
  186. FTWDBP... wet-bulb from dry-bulb and dew-point
  187. FTWDRH... wet-bulb from dry-bulb and relative humidity
  188. FTWSAT... saturation temperature from partial pressure
  189. FWBDBW... wet-bulb from dry-bulb and humidity
  190. FWDBRH... humidity from dry-bulb and relative humidity
  191. FWDWB.... humidity from dry- and wet-bulb
  192. FWRIT1... write first sequential access file
  193. FWRIT2... " second "
  194. FWRIT3... " third "
  195. FWRIT4... " fourth "
  196. FWSAT.... saturation humidity
  197. FZERO.... find the zero (root) of a function within an interval
  198. FZEROD... double precision version of FZERO
  199. GAMAL.... natural log of the Gamma function for large values
  200. GAMMA.... Gamma function
  201. GAUSP.... Gauss-Jordan eli